home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFRMRVHYP / TFRMRVHYP.txt
Text File  |  2004-10-12  |  2KB  |  85 lines

  1. inherited frmRVHyp: TfrmRVHyp
  2.   Left = 187
  3.   Top = 184
  4.   HelpContext = 90400
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Insert Hyperlink'
  8.   ClientHeight = 175
  9.   ClientWidth = 356
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object gb: TGroupBox
  16.     Left = 6
  17.     Top = 4
  18.     Width = 343
  19.     Height = 127
  20.     Caption = 'Hyperlink'
  21.     TabOrder = 0
  22.     object lblText: TLabel
  23.       Left = 15
  24.       Top = 33
  25.       Width = 24
  26.       Height = 13
  27.       Caption = 'T&ext:'
  28.       FocusControl = txtText
  29.     end
  30.     object lblTarget: TLabel
  31.       Left = 15
  32.       Top = 63
  33.       Width = 34
  34.       Height = 13
  35.       Caption = '&Target:'
  36.       FocusControl = txtTarget
  37.     end
  38.     object txtText: TEdit
  39.       Left = 80
  40.       Top = 29
  41.       Width = 250
  42.       Height = 21
  43.       TabOrder = 0
  44.       OnChange = txtTargetChange
  45.     end
  46.     object txtTarget: TEdit
  47.       Left = 80
  48.       Top = 59
  49.       Width = 250
  50.       Height = 21
  51.       TabOrder = 1
  52.       OnChange = txtTargetChange
  53.     end
  54.     object btnHypProp: TButton
  55.       Left = 230
  56.       Top = 91
  57.       Width = 100
  58.       Height = 25
  59.       Caption = '&Attributes...'
  60.       TabOrder = 2
  61.       OnClick = btnHypPropClick
  62.     end
  63.   end
  64.   object btnOk: TButton
  65.     Left = 145
  66.     Top = 140
  67.     Width = 100
  68.     Height = 25
  69.     Caption = 'OK'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 1
  73.   end
  74.   object btnCancel: TButton
  75.     Left = 249
  76.     Top = 140
  77.     Width = 100
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 2
  83.   end
  84. end
  85.